body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0px;
    background-color: #e0f2fe; /* Background color for air action section */
}
.container {
    max-width: 2560px;
}


.hero-mobile {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    align-items: center;
}
.hero-mobile img{
    width: 100%;
}

.hero-mobile-text {
    position: absolute;
    left: 30%;
    flex-wrap: nowrap;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    align-items: left;
    margin-top: 20%;
}
.hero-mobile-text h1 {
    font-size: 1.8em;
    font-weight: bold;
}
.hero-mobile {
    display: none;
}

.hero {
    position: relative;
    text-align: left;
    color: white;
    margin-top: 100px; /* Adjust margin-top to prevent content from being hidden behind the fixed header */
    margin-bottom: 0px;
}

.hero img {
    width: 100%;
    height: 100;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 28.0%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-text h1 {
    font-size: 2.7em;
    margin: 0;
}

.hero-text p {
    font-size: 1.0em;
    margin: 10px 0;
}

.content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px; /* Adjust padding as needed */
    background-image: url('images/content-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.content-text {
    flex: 1;
    max-width: 90%;
    z-index: 1; /* Ensure text is above background image */
    position: relative; /* Ensure relative positioning for absolute positioning within */
    text-align: left;
    background: rgba(255, 255, 255, 0.0); /* Optional: Semi-transparent background for readability */
    padding: 50px; /* Optional: Padding for content text */
}

.content-text h2 {
    font-size: 2.5em;
    color: #2e63af;
    margin-bottom: 20px;
    margin-top: 0px;
}

.content-text p {
    font-size: 1.2em;
    color: #666;
}

.content-image {
    flex: 1;
    text-align: right;
    margin-right: 50px; /* Adjust margin as needed to move it further right */
    z-index: 1; /* Ensure image is above background image */
}

.content-image img {
    max-width: 97%;
    height: auto;
}

.content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.0); /* Optional: Overlay color for better contrast */
}


.benefits {
    display: flex;
    justify-content: space-between;
    background-color: #f2f3f4;
    align-items: center;
    padding: 100px 20px; /* Adjust padding as needed */
    background-image: url('images/content-background.jpg');
    background-size: cover;
    Opacity: 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.benefits-text {
    flex: 1;
    max-width: 50%;
    padding: 50px; /* Adjust padding as needed */

}

.benefits-text h2 {
    font-size: 2.5em;
    color: #2e63af;
    margin-bottom: 20px;
}

.benefits-text ul {
    list-style-type: disc;
    margin-left: 40px;
    font-size: 1.2em;
    color: #666;
}

.benefits-image {
    flex: 1;
    text-align: center;
    margin-right: 10px;
}

.benefits-image img {
    max-width: 90%;
    height: auto;
}

.air-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 20px; /* Adjust padding as needed */
    background-color: #e0f2fe; /* Background color for air action section */
}

.air-action-image {
    flex: 1;
    text-align: center;
}

.air-action-image img {
    max-width: 80%;
    height: auto;
    padding: 20px 20px;
}

.air-action-text {
    flex: 1;
    max-width: 50%;
    padding: 10 40px; /* Adjust padding as needed */
    margin-top: -70px;
}

.air-action-text h2 {
    font-size: 2.5em;
    color: #2e63af;
    margin-bottom: 20px;
}

.air-action-text ul {
    list-style-type: disc;
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
    margin-left: 30px;
    text-align: left;
}

.action-button {
    padding: 15px 30px;
    background-color: #74d0f3;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: normal;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.action-button:hover {
    background-color: #2e63af;
}


.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1005; 
    justify-content: right;
    align-items: center;
}
.whatsapp-icon a img {
    width: 50px;
    margin-left: auto;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}



@media (max-width: 1250px) {
    .container{
        width: 100%;
    }

    .footer-nav{
        flex-wrap: wrap;
        padding: 30px 30px;
    }
}


@media (max-width: 1205px) {
    .container {
        width: 100%;
    }

    .hero-text {
        margin-left: 50px;
    }
  
    .services {
        gap: 20px 50px;
    }
}

@media (max-width: 1100px){
    container{
        width: 100%;
    }

    .services {
        gap: 20px 50px;
    }
}

@media (max-width: 1125px) {
    .container {
        width: 100%;
    }

 
    .hero-text{
        margin-left:100px;
    }
    .services {
        gap: 20px 50px;
    }
}

@media (max-width: 1020px){
    .container{
        width: 100%;
    }
 
}

@media (max-width: 1005px) {
    .container{
        width: 100%;
    }
    header .logo img {
        height: 65px;
    }

    .navbar-desktop{
        margin-right: 100px;
    }

    .navbar-desktop ul li{
        font-size: 0.8em;
        margin-inline: 15px;
    }
}

@media (max-width: 974px){
    .container{
        width: 100%;
    }

 
}

@media (max-width: 878px) {
    .container {
        width: 100%;
    }


    
    .hero-text{
        margin-left: 70px;
        margin-bottom: 30px;
        align-items: center;
    }
    .hero-text h1{
        font-size: 2em;
        font-weight: bold;
    }
    .hero-text p{
        font-size: 0.8em;
        padding-right: 100px;
    }

    .hero img{
        width:100%;
        height: auto;
    }

    .content{
        align-items: left;
        width: 100%;
        padding: 50px 20px;
        flex-direction: column;
        background-size: cover;
    }
    
    .content-text{
        text-align: center;
        padding: 0;
    }
    .content-text h2{
        font-size: 1.8em;
        color: #2e63af;
    }
    .content-text p{
        font-size: 1em;
        color: #666;
        text-align: justify;
    }
    .content-image{
        position: relative;
        width: 80%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        padding-top: 30px;
        flex: 1;
        text-align: center;
        z-index: 1; 
        
    }

    .benefits {
        flex-direction: column;
        background-size: 120%;
        padding: 50px 20px;
    }
    .benefits-text{
        max-width: 90%;
        margin-left: 0;
    }
    .benefits-image {
        width: 80%;
        padding-top: 30px;
    }
    .benefits-text h2{
        font-size: 1.8em;
        text-align: center;
    }
    .benefits-text ul{
        font-size: 1em;
    }

    .air-action {
        flex-direction: column;
        padding: 50px 20px;
        align-content: center;
    }
    .air-action-text {
        max-width: 90%;
    }
    .air-action-text h2{
        padding-top: 10%;
        text-align: center;
        font-size: 1.8em;
    }
    .air-action-text ul{
        font-size: 1em;
    }
    .air-action-image{
        width: 80%;
    }
    .action-button {
        align-self: center;
        padding: 10px 15px;
        font-size: 0.8em;
        margin-left: 0;
        margin-right: 0;
    }


    .footer-nav{
        margin-top: 50px;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }



}



/**For Mobile Phones Only**/
@media (max-width: 591px) {

    .container {
        width: 100%;
    }



    .hero {
        display: none;
    }
    .hero-mobile {
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px;
        align-items: center;
    }

    .hero-mobile-text {
        position: absolute;
        left: 40%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        align-items: left;
        margin-top: 20%;
        flex-wrap: nowrap;
    }
    .hero-mobile-text h1 {
        font-size: 1.7em;
        font-weight: bold;
    }
    .content{
        padding: 10px 0px;
    }
    
    .content-text h2{
        font-size: 1.5em;
        color: #2e63af;
    }
    .content-text p{
        font-size: 1.0em;
        text-align: center;
    }

    .benefits{
        padding: 0;
    }
    .benefits-text{
        max-width: 100%;
        padding: 20px;
    }
    .benefits-image{
        width: 97%;
        margin: auto;
    }
    .benefits-text h2{
        font-size: 1.5em;
    }
    .benefits-text ul{
        font-size: 1.0em;
    }

    .air-action-image{
        width: 100%;
    }
    .air-action-image img{
        width: 97%;
    }
    .air-action-text h2{
        font-size: 1.5em;
        margin-top: 30px;
    }
    .air-action-text ul{
        font-size: 1.0em;
    }
    .action-button{
        margin-left: 34%;

    }

    .whatsapp-icon a img {
        width: 35px;
    } 

 
}



@media (max-width: 449px) {
    .container {
        width: 100%;
    }


    .hero-mobile-text{
        left: 40%;
        font-size: 0.8em;
    }
}

@media (max-width: 450px){
    .container{
        width: 100%;
    }
 
}



